home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2002 #4 / K-CD-4-2002.ISO / Empire Earth / EEDemo.exe / Disk1 / data.ssa / unit ai scripts_hurricane.tai < prev    next >
Encoding:
Text File  |  2001-09-29  |  278 b   |  20 lines

  1. //
  2. // Hurricane AI file
  3. //
  4. // Behaviors:
  5. //
  6. //        Attack and pursue units when told but don't seek out targets
  7. //
  8. //    Notes:
  9. //
  10. //    Known Problems:
  11. //
  12. #include("Sea Patrolling.tai")
  13.  
  14. // any good targets around?  Ignore 'em.
  15. Idle
  16. {
  17.     EnemyUnitSpotted true(Idle)
  18. }
  19.  
  20.